home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / mscfunct / prt_busy.c < prev    next >
C/C++ Source or Header  |  1987-05-08  |  104b  |  7 lines

  1. #include <prt.h>
  2.  
  3. int prt_busy ( port ) int port;
  4. {
  5.     return( (prt_status( port ) & 0x80 ) );
  6. }
  7.